[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocument.FillPath

FillPath Method

FillPath(Brush, GraphicsPath)

Fills a path defined by a GraphicsPath object.

Declaration
public void FillPath(Brush brush, GraphicsPath path)
Public Sub FillPath(brush As Brush, path As GraphicsPath)
Parameters
Type Name Description
Brush brush

The Brush used to fill the path.

GraphicsPath path

The GraphicsPath to fill.

FillPath(Color, PointF[], byte[], bool)

Fills a path defined by points and types.

Declaration
public void FillPath(Color color, PointF[] points, byte[] types, bool winding)
Public Sub FillPath(color As Color, points As PointF(), types As Byte(), winding As Boolean)
Parameters
Type Name Description
Color color

The Brush used to fill the path.

PointF[] points

The path points to fill.

byte[] types

The path types to fill.

bool winding

The winding fill mode flag to draw, by default alternate fill mode.

FillPath(Brush, PointF[], byte[], bool)

Fills a path defined by points and types.

Declaration
public void FillPath(Brush brush, PointF[] points, byte[] types, bool winding)
Public Sub FillPath(brush As Brush, points As PointF(), types As Byte(), winding As Boolean)
Parameters
Type Name Description
Brush brush

The Brush used to fill the path.

PointF[] points

The path points to fill.

byte[] types

The path types to fill.

bool winding

The winding fill mode flag to draw, by default alternate fill mode.